object PasswordDlg: TPasswordDlg Left = 325 Top = 189 BorderStyle = bsDialog Caption = 'Password Dialog' ClientHeight = 114 ClientWidth = 287 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 10 Top = 11 Width = 96 Height = 16 Caption = 'Enter password:' end object Password: TEdit Left = 10 Top = 33 Width = 267 Height = 24 PasswordChar = '*' TabOrder = 0 end object OKBtn: TButton Left = 86 Top = 73 Width = 92 Height = 30 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 185 Top = 73 Width = 92 Height = 30 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelBtnClick end end